home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 49 / Amiga Format CD49 (2000-01-17)(Future Publishing)(GB)(Track 1 of 3)[!][issue 2000-02].iso / -websites- / whdload / docs / history.txt < prev    next >
Text File  |  1999-12-06  |  21KB  |  427 lines

  1.  
  2. ***  10.3 (22.09.1999)
  3.     - fix:    ws_CurrentDir in conjuction with slaves and ws_Version < 4 did
  4.         not work in WHDLoad v10.2 (e.g. MegaLoMania installion slave,
  5.         thanks to Ungi for report), now it works again
  6.     - chg:    parts of the exception handlers rewritten, a detected Freezer
  7.         will be also activated on Access Fault, Privilege Violation
  8.         and Unimplemented Integer Instruction; that simplifies debugging
  9.     - chg:    WHDload is overlayed now, that saves some memory at runtime
  10.         and shortens the executable
  11.     - new:    emulation of CMP2 for 68060 added (e.g. Overkill/Mindscape, 
  12.         Roots/Sanity), emulation of movep and mul32 optimized for
  13.         superscalar dispatch
  14.     - chg:    if option SplashDelay it set to 0 no splash-window will be 
  15.         displayed
  16.     - chg:    docs reworked (thanks to Codetapper for doing that)
  17.     - chg:    some other minor changes
  18.  
  19. ***  10.2 (07.07.1999)
  20.     - fix:    bug in cache handling removed, the cache was always off if
  21.         MMU is not used by WHDLoad in versions 10.0 and 10.1 (Graham)
  22.     - chg:    install template for RawDIC installes improved (Graham)
  23.     - new:    partial mul64 emulation for 68060 added, supports only
  24.         "muls.l dn,dn:dn" at the moment (used in Sanity-Roots)
  25.     - fix:    quit key display in the splash window fixed (Graham)
  26.     - chg:    extra memory (ws_ExpMem) can be specified as optional now,
  27.         see autodoc for more info (Graham & John Girvin)
  28.     - new:    program crc16 done by John Girvin added to the dev package
  29.  
  30. ***  10.1 (20.06.1999)
  31.     - fix:    bug in resload_SetCACR which makes it impossible to enable 
  32.         caches fixed, the bug has been introduced in version 10.0 
  33.         (Graham)
  34.     - fix:    some internal changes
  35.  
  36. ***  10.0 (08.05.1999)
  37.     - chg:    SP has got some new options
  38.     - fix:    a bug in sources/whdload/stfix.s removed
  39.     - chg:    resload_Relocate uses less stack now
  40.     - new:    function resload_ProtectSMC to automically detect self
  41.         modifying code (see autodoc)
  42.     - new:    function resload_SetCPU to allow more accurate control over
  43.         the cachebility of certain memory regions and to allow
  44.         control over 68060 specific cpu configuration
  45.     - chg:    option NoDCache has been removed (simplify cache managment)
  46.     - new:    function resload_Patch to handle patchlists, i'm wondering
  47.         why this hasn't implemented earlier :), useful especially
  48.         to patch stuff in expansion memory
  49.     - fix:    whole decruncher stuff reworked, support for old rnc1-data
  50.         format added, all decruncher a5/a6 save, optimized, less
  51.         stack usage...
  52.     - fix:    expansions memory (ws_ExpMem) is also aligned to $1000 if no
  53.         MMU is available or MMU is unused by WHDLoad (Graham)
  54.     - fix:    possible deadlock in the switch routine (OS<->Install)
  55.         removed (Graham)
  56.     - new:    information window on startup (while preload) added, it shows
  57.         infomations about the installed program, the Slave and the
  58.         actual QuitKey, informations about program and Slave are taken
  59.         from an expanded Slave-structure (see include and autodoc
  60.         files), if a Slave with version prior 10 is used WHDLoad
  61.         displays only the name of the installed program which will be
  62.         build from the name of the Slave
  63.         how long the information window is displayed can be changed
  64.         with the new option SplashDelay/N
  65.         (information window is inspirated by MrLarmer on 7.7.1998,
  66.         nothing gets lost here :)
  67.     - chg:    include file "whdload.i" splitted into "whdload.i" which
  68.         contains WHDLoad base defines and "whdmacros.i" containing
  69.         optional defines and macro definitions
  70.  
  71. ***  9.2 (15.03.1999)
  72.     - fix:    3 enforcer hits removed (Juergen Urbanek, Hubert Maier jun.),
  73.         there are still some hits left to the vector table, but these
  74.         are required for normal operation and cannot be removed
  75.     - fix:    bug in decruncher for Imploder files fixed (MrLarmer),
  76.         this bug was introduced in version 9.0
  77.     - chg:    there are no longer distortions in gfx display and sound
  78.         replay due disabled interrupts during loading from preloaded
  79.         data (resload_LoadFile, LoadFileDecrunch, LoadFileOffset,
  80.         DiskLoad)
  81.     - new:    option NoFilter/S to disable the audio filter, can be set
  82.         globally using S:WHDLoad.prefs or locally using Tooltypes
  83.         (Roderick Mouthaan)
  84.     - new:    program RawDIC by Graham/Oxyrone to create images from non
  85.         standard floppy disks formats, it replaces Patcher as prefered
  86.         tool for this task
  87.     - chg:    documentation reworked
  88.  
  89. ***  9.1 (15.02.1999)
  90.     - new:    WHDLTAG_TIME_GET to get actual date and time (MrLarmer)
  91.     - fix:    problems with some 68030 systems fixed (WHDLoad uses some
  92.         special hardware features in conjunction with the MMU
  93.         related operations, some hardware does not support this
  94.         (Apollo A630 and Magnum MK2 are known for this), on such
  95.         systems you can't enable the MMU/S option - otherwise the
  96.         machine will hang) (reported by Chris Thomas, Maxim Ilyn
  97.         and Jess Sosnoski)
  98.  
  99. ***  9.0 (17.01.1999)
  100.     - chg:    performance of resload_LoadFileDecrunch improved
  101.     - chg:    access fault handler for 68030 rewritten:
  102.          - better performance
  103.          - cia snooper implemented
  104.            - icm and alarm will be saved and dumped
  105.            - setting overlay bit (ciaa.pra) catched
  106.            - setting motor/step (ciab.prb) catched
  107.            - bad writes to ddra/ddrb catched
  108.          - blitsize check fixed, supports all except line-mode now
  109.            (ascending/descending mode, negative modulos, odd pointers
  110.            and odd modulos)
  111.          - a callback function can be setup (resload_Control) which
  112.            will called by WHDLoad if an Access Fault occurs, the
  113.            function can modify the bad access and decide if the
  114.            program should be continued or terminated, see autodoc for
  115.            further infos
  116.     - fix:    potgo set to input mode now, fixes right mouse button problem
  117.         with ArcherMcLeanPool and JimmyWhiteSnooker (MrLarmer)
  118.     - new:    WHDLTAG_VERSION_GET, WHDLTAG_REVISION_GET, WHDLTAG_BUILD_GET
  119.         for usage with resload_Control to get the major and minor
  120.         version number and the build number of WHDLoad currently
  121.         running, the build number is granted to be uniq and can be
  122.         used to distinguish between different sub versions (MrLarmer)
  123.     - new:    pressing Ctrl-Amiga-Amiga will cause WHDLoad to quit,
  124.         depending on machine speed this may avoid cold reboots due a
  125.         not restored execbase (Graham)
  126.     - fix:    Snoop works again on 68060, was broken in 8.2
  127.     - chg:    the vector table is not write protected if Snoop on a 68060 is
  128.         enabled
  129.     - new:    option ReadDelay/N to cause WHDLoad to wait some time between
  130.         reading files from disk and switching the OS off (Jeff)
  131.     - new:    flag WHDLF_EmulTrapV to forward exceptions to the zero page
  132.         handler if the vbr is moved (Graham)
  133.  
  134. ***  8.2 (19.12.1998)
  135.     - chg:    the vector table (VBR) is write protected now, to catch
  136.         invalid to accesses to it (MrLarmer), requires that the MMU
  137.         is used by WHDLoad, NoVBRMove is not set and no freezer is
  138.         detected by WHDLoad in memory
  139.     - fix:    problems with PAL and NTSC in conjunction with Picasso 96
  140.         monitor drivers fixed (Tim Kovack)
  141.  
  142. ***  8.1 (13.12.1998)
  143.     - chg:    detection of HrtMon 2.24 implemented
  144.     - fix:    Access Fault in resload_Relocate removed
  145.     - new:    some changes and enhancements for HrtMon 2.25
  146.     - fix:    Snoop works again for 68030 machines (was broken in v8.0)
  147.     - chg:    all unsaved registers after executing a resload function
  148.         (D0-D1/A0-A1 as far as they don't contain a return code)
  149.         will be destroyed explicit now, for compatibility reasons
  150.  
  151. ***  8.0 (22.11.1998) not public released!
  152.     - chg:    if the write offset for a resload_SaveFileOffset operation
  153.         lies outside the current length of the file and therefore
  154.         the file must be enlarged before writing, WHDLoad tries now to
  155.         fill this area with $ee, if there is not enough memory
  156.         available for this, WHDLoad falls back to the old style by
  157.         using dos.SetFileSize(), with the result that the enlarged
  158.         area will contain random data
  159.     - fix:    deadlock in switch routine fixed which occured when lightpen
  160.         has been activated (e.g. "Die Hard 2")
  161.     - fix:    cia's will be completly initialized by WHDLoad now, and also
  162.         better handled during switch
  163.     - chg:    also disk images will be cached dynamically now
  164.     - fix:    small bug in DIC removed (MrLarmer)
  165.     - fix:    resload_LoadFileOffset accepts also parameters upto the
  166.         BaseMem bound now (DarkAngel)
  167.     - new:    flag WHDLF_NoKbd to allow NoVBRMove also for programs which
  168.         doesn't check the keyboard from the PORTS ($68) interrupt
  169.     - new:    function resload_Relocate to relocate an standard AmigaDOS
  170.         executable in memory, beware: uses a lot of stack and is not
  171.         tested with all hunk types, see autodoc for more details
  172.     - new:    function resload_Delay to wait a specified time or a button
  173.         to be pressed (time independed from PAL/NTSC display)
  174.     - new:    slave can request expansion memory (fast memory) now
  175.         ATTENTION: slave structure has been enlarged
  176.     - new:    TDREASON_MUSTREG (DarkAngel)
  177.     - new:    WHDLTAG_IOERR_GET for usage with resload_Control to check if
  178.         all names have been fitted in resload_ListFiles and to
  179.         distinguish a file with a size of 0 from an nonexistent file
  180.         in resload_GetFileSize (Harry)
  181.     - new:    option D/S for debuging, if enabled the software freezer
  182.         (Hrt/TK) will be activated at the first instruction of the
  183.         Slave
  184.     - new:    flag WHDLF_EmulLineA to emulate Line-A opcodes if the vbr is
  185.         moved
  186.     - new:    function resload_DeleteFile to delete files (MrLarmer)
  187.     - new:    program SP which can save iff pictures from the new coredump
  188.         files created by WHDLoad, works for most standard picture
  189.         formats (Snoop* is required of course)
  190.     - new:    sources for all programs except WHDLoad included, please note
  191.         that most of them are copyrighted
  192.     - chg:    many internal changes, also the problems with BloodMoney and
  193.         CelticLegends seems to have been solved
  194.     - fix:    Restart should work reliable now
  195.     - fix:    small bug in ITD removed (Harry)
  196.  
  197. ***  7.0 (01.07.1998)
  198.     - chg:    new revision scheme, version number of WHDLoad is now equal to
  199.         highest possible version number for a Slave, separate build
  200.         number
  201.     - new:    new tag for resload_Control to setup a function to restore
  202.         destroyed custom registers during switch between OS and
  203.         installed program (Harry)
  204.     - chg:    functions resload_LoadFileOffset, resload_SaveFile and
  205.         resload_SaveFileOffset can be used with a filesize of zero now
  206.         (Harry)
  207.     - chg:    the functions resload_Protect#? are checking now if the
  208.         protected area matches the current SSP, if it does, WHDLoad
  209.         will stop and show a requester "Unacceptible Arguments", this
  210.         has been build in to reduce the likelihood of a Double Bus
  211.         Fault, thanks to Mr Larmer for reporting this problem
  212.     - fix:    check of workbench arguments a bit more secure now
  213.     - new:    new Slave flags WHDLF_Req68020 and WHDLF_ReqAGA, new
  214.         TDREASON_REQ68020 and TDREASON_REQAGA, new tag
  215.         WHDLTAG_CHIPREVBITS_GET for resload_Control, to handle
  216.         programs which require a MC68020 or the AGA Chip Set (Mr
  217.         Larmer)
  218.     - new:    TDREASON_MUSTNTSC and TDREASON_MUSTPAL to terminate if the
  219.         installed program requires a specific display which isn't
  220.         enabled (Mr Larmer)
  221.     - chg:    PreLoad now collects also files from sub directories
  222.     - chg:    example sources (slaves/imager) reworked to assemble with
  223.         Asm-Pro v1.12 (still some problems with labels in macros,
  224.         but this is a problem of AsmPro)
  225.     - new:    support for additional NewIcon in Install Templates (MrLarmer)
  226.  
  227.     the following problems are known and still unsolved:
  228.      - no exit possible from BloodMoney/CelticLegends
  229.      - Nitro does hang with PRELOAD enabled, use WHDLoad v0.608 or disable
  230.        PRELOAD to go around this
  231.  
  232. ***  1.92 (08.06.1998)
  233.     - fix:    problem with Clown'o'mania (©1989 Starbyte) does not work with
  234.         WHDLoad v1.1 has been fixed, the reason was a different
  235.         initialized ciaa.icr.tb    bit, to fix this and future problems
  236.         WHDLoad does init the CIA interrupt mask explicit now, all
  237.         interrupts are disabled    except the CIAA SP interrupt (used for
  238.         keyboard) which is enabled. I have tried some installs and it
  239.         seems to work ok, anyway it is possible that some installs may
  240.         no longer work because they may expect that some interrupts
  241.         are already enabled on startup - these installs must be fixed
  242.         for this new WHDLoad
  243.     - new:    TDREASON_OSEMUFAIL to support the OS emulation module
  244.     - chg:    the message for instruction stream access faults has been
  245.         corrected (Harry)
  246.     - new:    option Expert/S, this option must be enabled to make core
  247.         dumps using the DebugKey/K/N now, the option has been added to
  248.         avoid that normal users press the wrong key by mistake (Harry)
  249.     - new:    options ExecuteStartup and ExecuteCleanup to execute a command
  250.         at start and at end of WHDLoad
  251.  
  252. ***  1.1 (25.05.1998)
  253.     - fix:    stack usage on resload_Decrunch and resload_LoadFileDecrunch
  254.         decreased, speed of RNC1 decrunching improved a lot, its a
  255.         really a good idea to patch the decrunch routine in games
  256.         with resload_Decrunch if it uses RNC1 !
  257.     - new:    DIC can create partial images now (option SIZE/K)
  258.     - new:    WHDLoad performs now a "SetClock LOAD" at exit
  259.     - fix:    some minor fixes in the gfx degrading routine
  260.     - fix:    disk-dma check in os-switch modified, it switches dma off now
  261.         instead of showing the white-color-cycle-bug-screen
  262.         (because it's nowhere documented else: red - copper cannot
  263.         switched off, blue - ints cannot switched off, green - blitter
  264.         is busy but dma is off; after pressing LMB WHDLoad continues
  265.         but it's undefined what will happen)
  266.     - new:    new program "ITD" (ImageToDisk) to write disk images back to
  267.         floppy or RAD: can format the disk, can write partial images,
  268.         no verify, see documentation for more info
  269.     - fix:    problems with second copperlist on reactivating os graphics
  270.     - new:    blitter wait check if SnoopOCS/ECS/AGA enabled
  271.     - new:    if available whdload will use reqtools.library instead
  272.         intuitions requesters now, because they are screen centered
  273.         and have better keyboard support
  274.     - new:    with SnoopOCS/ECS/AGA all cpu used custom registers will be
  275.         dumped now
  276.     - chg:    tooltypes NTSC/PAL will now affect the display init routine
  277.         (Intuition.OpenScreen()) therefore you need the appropriate
  278.         monitor files installed
  279.     - new:    functions resload_Protect#? to snoop memory accesses in various
  280.         ways, very useful for developer... (requested by MrLarmer)
  281.     - new:    function resload_LoadFileOffset which is similar to
  282.         resload_DiskLoad but for files
  283.     - new:    flag WHDLF_NoDivZero for ws_Flags to prevent WHDLoad from exit
  284.         if a "Division by Zero" exception occurs
  285.     - chg:    all resload functions has been reworked to no longer modify
  286.         registers a5 and a6, this solves problems with demos/games
  287.         which expect that the contens of these registers are valid
  288.         also in an interrupt, for example SWIV expects a5=global-data
  289.         and a6=custom-base, the only exception from this rule are the
  290.         functions resload_Decrunch and resload_LoadFileDecrunch when
  291.         working on rnc packed files, in this case a5 is temporarly
  292.         used (it is a bit hard to rewrite the whole decrunch
  293.         routines and I'm low on time of course...)
  294.         in general it is a good idea if the program you like to
  295.         install does'nt work with WHDLoad to check the interrupt
  296.         routines, if the interrupts make assuptions similar the above
  297.         (e.g a4=anything) you have to disable the interrupts before
  298.         calling any resload function and reenable after
  299.     - chg:    WHDLoad checks now the current stackpointer each time the
  300.         Slave calls a resload function, if the SP is lower than $180
  301.         or outside the BaseMem area the program will be terminated and
  302.         WHDLoad shows a requester about, this should avoid problems
  303.         like destroyed vector tables or deadly double Access Faults
  304.         in conjunction with an enabled Memory Protection
  305.     - chg:    it is no longer required that SetPatch is executed before
  306.         WHDLoad on 68040/68060 equipped machines because WHDLoad
  307.         determinates the current CPU itself now
  308.     - chg:    for 68060 only (68040 also??): the newer versions of
  309.         68060.library (starting v41.1) does remap the memory $0-$1000
  310.         (the first page) to a fast mem location using the MMU, this
  311.         will make major problems if the    option NoMMU is activated: in
  312.         this case WHDLoad will not change any MMU related registers
  313.         and this address translation will remain intact !!!
  314.         if the installed program tries to use this area for any dma
  315.         actions (e.g. a copperlist in this area) the results will be
  316.         unforeseeable, because the cpu will read/write the fast-mem
  317.         location and dma's the real chip-mem which contains random
  318.         data !!!
  319.         I don't want to disable the NoMMU option for 68040/060
  320.         machines, therefore the following has been changed: the
  321.         longword at address $1000 does now contain the value -2 which
  322.         is the copper instruction cend (was on address $300 in earlier
  323.         WHDLoad versions), the minimum BaseMemSize has been increased
  324.         to $2000. If NoMMU is selected and the above mentioned
  325.         address translation is active an requester will inform the
  326.         user about the existing problem.
  327.     - new:    options ButtonWait/S and Custom1/K/N ... Custom5/K/N for
  328.         slave specific things (requested by Harry)
  329.     - chg:    WriteDelay/K/N does also affect the FileLog/S feature now,
  330.         this means that after each write to the logfile WHDLoad will
  331.         wait the time specified via WriteDelay/K/N to minimize the
  332.         danger of filesystem corupption
  333.     - chg:    install scripts has been reworked, PLEASE check them !
  334.     - chg:    sources has been changed and new added, PLEASE check them !
  335.     - chg:    WHDLoad is shareware now, read documention for more info
  336.  
  337. ***  0.608 (03.09.1997)
  338.     - new:    all configuration stuff rewritten, global config file
  339.         see guide for more informations
  340.     - chg:    SURVIVERESET removed (obsolete I think)
  341.     - new:    support for HrtMon 2.1 and ThrillKill 1.04 implemented
  342.         (auto detect and NMI forwarding)
  343.     - new:    function resload_Control to get the AttnFlags
  344.     - fix:    enforcer hit in resload_SaveFile removed
  345.     - new:    function resload_SaveFileOffset for partial writes
  346.     - chg:    ws_DontCache works now also for preload of disk images
  347.         file preload does no longer loads "(ReadMe|#?.(info|slave))"
  348.         ("Disk.#[0-9]" also not as before)
  349.     - chg:    better support for NTSC amigas (Raymond Earle)
  350.     - new:    option PAL/S to force PAL display on NTSC amigas
  351.     - new:    options Cache/S,DCache/S,NoDCache/S to allow full user
  352.         control over the caches
  353.     - new:    using MMU for memory protection and cache managment (!!!)
  354.     - new:    Quit/Debug-key managment trough new options QuitKey/K/N and
  355.         DebugKey/K/N, every new slave should support this via the
  356.         slave version 4 extensions ws_keydebug and ws_keyexit,
  357.         see one of the example slave sources for an example
  358.     - chg:    on whdload is writing data (resload_SaveFile) it will do a
  359.         special check for RAM: now, so it is possible to use RAM:
  360.         as installation destination now
  361.     - chg:    macros patch and patchs optimized
  362.     - new:    more sources added to the package
  363.  
  364. ***  0.322 (25.06.1997)
  365.     - fix:    sometimes whdload has quit on random keystrokes if the vbr was
  366.         moved
  367.     - fix:    deadlock problems in OS-Swap routine
  368.     - new:    option COREDUMP to make a dump even on TDREASON_OK
  369.  
  370. ***  0.288 (16.06.1997)
  371.     - fix:    sprite dma switching off
  372.     - chg:    ws_ExecInstall can be set to zero now (disables SURVIVERESET)
  373.     - new:    ws_keys, whdload manages quit key self (see autodoc)
  374.     - new:    whdload handles all MMU stuff, result is that whdload is now
  375.         Enforcer/Cyberguard and VMM proof
  376.     - new:    ** vbr shadowing ** (see autodoc)
  377.         tooltype NOVBRMOVE added to disable that
  378.     - new:    slave flag EmulTrap for ws_Flags
  379.     - chg:    execbase changed from $ffff0000 to $f0000001
  380.         (any use of this should create an "Address Error" exception)
  381.     - chg:    Data Cache is always off and cannot be enabled via
  382.         resload_SetCACR
  383.     - fix:    resload_FlushCache fixed for 040/060
  384.     - fix:    register dump changed a lot
  385.     - new:    exitcode TDREASON_WRONGVER indicating a bad program version
  386.     - chg:    all registers have now a defined value at startup
  387.     - fix:    filelog output fixed for data writes
  388.     - new:    Patcher, FindAccess, Cmp added to the package
  389.         autodoc, include and guide updated
  390.         Install templates added
  391.  
  392. ***  0.163 (02.03.1997)
  393.     - fix:    better handling of trackdisk.device, headpos is flashed always now
  394.     - new:    trackdisk errors as text instead numbers
  395.     - new:    whdload option NOAUTOVEC (see whdload.guide)
  396.  
  397. ***  0.147 (31.01.1997)
  398.     - fix:    on slave load failed, we were in an endless loop
  399.     - new:    function resload_CRC16 implemented
  400.  
  401. ***  0.143 (07.01.1997)
  402.     - fix:    restart point changed, that slave will be reloaded (static vars)
  403.     - new:    status of cia timers added to register dump
  404.     - new:    cia timer handling improved
  405.     - fix:    ISP/MSP highlighting on user-mode
  406.     - chg:    file cache changed, resload_GetFileSize from cache,
  407.         resload_SaveFile to cache, now ws_DontCache is nearly obsolete
  408.     - chg:    PRELOAD changed, caches now automatically diskimages and files,
  409.         independent from WHDLF_Disk
  410.     - fix:    resload_SaveFile checks now for disk validation and free space to
  411.         avoid deadlocks
  412.     - fix:    file loading from cache has always copied one byte to much
  413.     - fix:    WRITEDELAY parsing on CLI-start
  414.     - new:    resload_DiskLoadDev for install slaves (see autodoc)
  415.     - chg:    better error detection on slave-whdload interface
  416.     - chg:    Macros in whdload.i improved
  417.  
  418. ***  0.88  (24.11.1996)
  419.     - file logging implemented
  420.     - register dump improved
  421.     - dump file names changed (now PROGDIR:.whdl_#?)
  422.     - on TDREASON_DEBUG sr and pc now taken from primary/secondary result
  423.     - InstallBB added to the package
  424.  
  425. ***  0.41  (05.09.1996)
  426.     - first public release
  427.